- buildFolderTree
Node!string buildFolderTree(string[] filesList)
Undocumented in source. Be warned that the author may not have intended to support it.
- buildPath
string buildPath(Node!string node)
Undocumented in source. Be warned that the author may not have intended to support it.
- determineSeparator
char determineSeparator(string filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
- dirName
string dirName(string filePath)
Will get the directory name until a trailing separator or return
- extension
string extension(string pathOrFilename)
- extension
string extension(string pathOrFilename, string newExt)
- extension
string extension(string pathOrFilename, string newExt)
Undocumented in source. Be warned that the author may not have intended to support it.
- filename
string filename(string filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
- filename
string filename(string filePath, string newFileName)
Undocumented in source. Be warned that the author may not have intended to support it.
- filenameNoExt
string filenameNoExt(string filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
- isAbsolutePath
bool isAbsolutePath(string fPath)
Undocumented in source. Be warned that the author may not have intended to support it.
- isRootOf
bool isRootOf(string theRoot, string ofWhat)
Undocumented in source. Be warned that the author may not have intended to support it.
- joinPath
string joinPath(char separator, string[] paths)
Undocumented in source. Be warned that the author may not have intended to support it.
- joinPath
string joinPath(string[] paths)
Undocumented in source. Be warned that the author may not have intended to support it.
- normalizePath
string normalizePath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- pathSplitter
string[] pathSplitter(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- pathSplitterRange
auto pathSplitterRange(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- relativePath
string relativePath(string filePath, string base)
Undocumented in source. Be warned that the author may not have intended to support it.
- replaceFileName
string replaceFileName(string filePath, string newFileName)
Undocumented in source. Be warned that the author may not have intended to support it.